home *** CD-ROM | disk | FTP | other *** search
/ New Star Software Collection / NSS_Collection.iso / 3-146 prodig serves / 1.ima / PROD.BAT < prev    next >
Encoding:
DOS Batch File  |  1992-07-23  |  186 b   |  13 lines

  1. echo off
  2. cls
  3.  
  4. :START
  5. If Exist RESTART.PRD DEL RESTART.PRD
  6. ModemUtl %1
  7. If ERRORLEVEL == 1 goto END
  8. RS %2 %3 %4 %5 %6 %7 %8 %9
  9. ModemUtl H
  10. if Exist RESTART.PRD goto START
  11.  
  12. :END
  13.